Skip to content

fix(proxy): vscode byok - use chat completions for GPT-5.5 and GPT-5.6 - #441

Merged
8nevil8 merged 1 commit into
codemie-ai:mainfrom
romius:fix/gpt-chat-completion
Jul 24, 2026
Merged

fix(proxy): vscode byok - use chat completions for GPT-5.5 and GPT-5.6#441
8nevil8 merged 1 commit into
codemie-ai:mainfrom
romius:fix/gpt-chat-completion

Conversation

@romius

@romius romius commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates VS Code proxy model routing for GPT-5.5 and GPT-5.6 to use Chat Completions for improved tool-calling compatibility and reliable follow-up requests.

Changes

  • Routed GPT-5.5 and GPT-5.6 models through Chat Completions.
  • Disabled thinking and removed reasoning-effort metadata for these models.
  • Added the GPT-5.6 Sol model to the supported catalog.
  • Updated connector coverage and proxy documentation.
  • Removed the obsolete GPT-5.1 Codex model definition.

Impact

GPT-5.5 and GPT-5.6 remain available in VS Code, but reasoning controls are intentionally unavailable. This avoids failures caused by combining tools with reasoning and unreliable Responses API state across load-balanced requests.

Checklist

  • Self-reviewed
  • Manual testing performed
  • Documentation updated (if needed)
  • No breaking changes (or clearly documented)

@romius romius changed the title fix(proxy): use chat completions for GPT-5.5 and GPT-5.6 fix(proxy): vscode byok - use chat completions for GPT-5.5 and GPT-5.6 Jul 24, 2026
@romius
romius marked this pull request as ready for review July 24, 2026 16:21
@8nevil8
8nevil8 merged commit 0087dc6 into codemie-ai:main Jul 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants